cd717467f0
(cherry picked from commit 5c3ec6c)
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<!>
|
|
}
|
|
}
|
|
}
|