mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
#KT-3337 In Progress LightClasses: class object's property getter unresolved in Java, but compiles OK
6 lines
60 B
Kotlin
6 lines
60 B
Kotlin
package test
|
|
|
|
class WithClassObject {
|
|
class object {
|
|
}
|
|
} |