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