20aa8ebdb0
#KT-11629 Fixed
7 lines
114 B
Kotlin
Vendored
7 lines
114 B
Kotlin
Vendored
// PROBLEM: none
|
|
class FooException : Exception()
|
|
|
|
fun test() {
|
|
val e = <caret>FooException()
|
|
val e2 = e
|
|
} |