mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
Support platformStatic for properties
#KT-5766 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test;
|
||||
|
||||
class Test {
|
||||
|
||||
public static void main(String[] args) {
|
||||
A.getB();
|
||||
A.getC(new A());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user