mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
Add tests for publicField
This commit is contained in:
6
compiler/testData/codegen/boxWithJava/publicField/simple/Test.java
vendored
Normal file
6
compiler/testData/codegen/boxWithJava/publicField/simple/Test.java
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
public class Test {
|
||||
public static String invokeMethodWithPublicField() {
|
||||
C c = new C();
|
||||
return c.foo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user