Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0e499f4873f6dc2f497db58d565c9b4a860e1da8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// 8, 25 -> 8, 25  replaceAll == false 
package p1;

import p2.B;

public class A {
	void f() {
		int j= 4 * B.ZEMENT + 1;	
	}	
}

Back to the top