985f2b839c
^KT-39454 Fixed
8 lines
141 B
Kotlin
Vendored
8 lines
141 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
// PROBLEM: Property "bar" is never used
|
|
|
|
class Foo {
|
|
private val foo = object {
|
|
var bar<caret>: Int = 42
|
|
}
|
|
} |