add test files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
class Test(a : Int) {
|
||||
val b = a
|
||||
}
|
||||
|
||||
fun box() : Boolean {
|
||||
var test = Test(1)
|
||||
return (test.b == 1)
|
||||
}
|
||||
Reference in New Issue
Block a user