mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
12 lines
194 B
Kotlin
Vendored
12 lines
194 B
Kotlin
Vendored
class X {
|
|
val foo = object {
|
|
<!NESTED_CLASS_NOT_ALLOWED!>class Foo<!>
|
|
}
|
|
|
|
fun test() {
|
|
object {
|
|
<!NESTED_CLASS_NOT_ALLOWED!>class Foo<!>
|
|
}
|
|
}
|
|
}
|