13 lines
156 B
Kotlin
13 lines
156 B
Kotlin
//package redeclarations {
|
|
object <error>A</error> {
|
|
val x : Int = 0
|
|
|
|
val A = 1
|
|
}
|
|
|
|
class <error>A</error> {}
|
|
|
|
val <error>A</error> = 1
|
|
|
|
//}
|