Test for getters/setters added
This commit is contained in:
committed by
vvlevchenko
parent
f393dc3a03
commit
f80697817e
@@ -0,0 +1,5 @@
|
||||
class A(val a:Int) {
|
||||
fun foo(i:Int) = a + i
|
||||
}
|
||||
|
||||
fun fortyTwo() = A(41).foo(1)
|
||||
Reference in New Issue
Block a user