mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
9 lines
172 B
Kotlin
9 lines
172 B
Kotlin
fun test() {
|
|
class A {
|
|
<!DEFAULT_OBJECT_NOT_ALLOWED!>default<!> object {}
|
|
}
|
|
|
|
object {
|
|
<!DEFAULT_OBJECT_NOT_ALLOWED!>default<!> object {}
|
|
}
|
|
} |