blob: bf6a6d54f3d4ce66a0abd188d55f4e5ca47a0bf5 [file]
class X {
val foo = object {
<!NESTED_CLASS_NOT_ALLOWED!>class Foo<!>
}
fun test() {
object {
<!NESTED_CLASS_NOT_ALLOWED!>class Foo<!>
}
}
}