Support for synthetic extensions in codegen
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun box(): String {
|
||||
val javaClass = JavaClass()
|
||||
javaClass.x++
|
||||
return if (javaClass.x == 1) "OK" else "ERROR"
|
||||
}
|
||||
Reference in New Issue
Block a user