field acces test (when there're no storage in object for contructor parameter) (not runnable yet)
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
class fields(a:Int) {
|
||||||
|
public val b:Int
|
||||||
|
get() = getB()
|
||||||
|
|
||||||
|
external fun getB():Int
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user