summaryrefslogtreecommitdiffstats
path: root/test/cbot/scenarios/this.txt
blob: b8a9e0447aad5a0544d90cf73a6f4f6ca64bd6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern void object :: TEST22 ( ) 
{
	show( position );
	show( this.position );

	T();
}

public void object :: T22()
{
	show( position );
	show( this.position );
}