mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
Includes changes to decompiled text Old syntax is used in builtins and project code for now
19 lines
295 B
Kotlin
19 lines
295 B
Kotlin
package test
|
|
|
|
class A {
|
|
object <!REDECLARATION!>Default<!>
|
|
|
|
default <!REDECLARATION!>object<!>
|
|
}
|
|
|
|
class B {
|
|
default object <!REDECLARATION!>Named<!>
|
|
|
|
object <!REDECLARATION!>Named<!>
|
|
}
|
|
|
|
class C {
|
|
class <!REDECLARATION!>Named<!>
|
|
|
|
default object <!REDECLARATION!>Named<!>
|
|
} |