mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
Merge remote-tracking branch 'origin/master' into incremental
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
|
||||
public class Super {
|
||||
public int field = 55;
|
||||
private int privateField = 54;
|
||||
public int method() { return 1; }
|
||||
}
|
||||
Reference in New Issue
Block a user