Special instructions added for calls and other constructs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class C {
|
||||
val a: Int
|
||||
get() = 1
|
||||
|
||||
{
|
||||
$a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user