3272b8fc2c
#KT-38790 Fixed
5 lines
83 B
Kotlin
Vendored
5 lines
83 B
Kotlin
Vendored
// PROBLEM: none
|
|
// DISABLE-ERRORS
|
|
sealed class Bar
|
|
|
|
inner <caret>class Foo : Bar() |