field acces test (when there're no storage in object for contructor parameter) (not runnable yet)

This commit is contained in:
Vasily Levchenko
2016-10-22 09:32:48 +03:00
parent 7f41a35d07
commit 64acd9d894
@@ -0,0 +1,6 @@
class fields(a:Int) {
public val b:Int
get() = getB()
external fun getB():Int
}