31a1fb916a
#KT-18828 Fixed (cherry picked from commit 11f8f8b)
7 lines
118 B
Kotlin
Vendored
7 lines
118 B
Kotlin
Vendored
// SHOULD_FAIL_WITH: Package 'default' already contains property f1
|
|
object Test {
|
|
val <caret>f1 = 1
|
|
}
|
|
|
|
val f1 = 1
|