Add tests for compilation against abi classes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package lib
|
||||
|
||||
object Object {
|
||||
val x = 1
|
||||
val y = 2
|
||||
val z = x + y
|
||||
}
|
||||
Reference in New Issue
Block a user