Add tests for publicField
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class C {
|
||||
@publicField private val foo: String = "OK"
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return Test.invokeMethodWithPublicField()
|
||||
}
|
||||
Reference in New Issue
Block a user