8 lines
83 B
Plaintext
8 lines
83 B
Plaintext
val y = 1
|
|
|
|
class A() {
|
|
{
|
|
val x = <!UNRESOLVED_REFERENCE!>$y<!>
|
|
}
|
|
}
|