20aa8ebdb0
#KT-11629 Fixed
6 lines
99 B
Kotlin
Vendored
6 lines
99 B
Kotlin
Vendored
// PROBLEM: none
|
|
class FooException : Exception()
|
|
|
|
class Test {
|
|
val e = <caret>FooException()
|
|
} |