d29d7fb257
As we already have its type and may fail on unresolved declaration #KT-32603 fixed
6 lines
76 B
Kotlin
Vendored
6 lines
76 B
Kotlin
Vendored
class Foo {
|
|
var prop = 0
|
|
internal fun foo() {
|
|
prop++
|
|
}
|
|
} |