1153238fd7
Note that I've left in FIR everything as is to avoid non-trivial refactoring that is required right now to report more specific diagnostics ^KT-59152
7 lines
125 B
Kotlin
Vendored
7 lines
125 B
Kotlin
Vendored
// !DIAGNOSTICS: -UNUSED_EXPRESSION
|
|
|
|
val i: Int = 10
|
|
get() {
|
|
::<!UNSUPPORTED!>field<!>
|
|
return field
|
|
} |