d00236d366
#KT-28592 Fixed
8 lines
114 B
Kotlin
Vendored
8 lines
114 B
Kotlin
Vendored
// PROBLEM: none
|
|
|
|
fun test() {
|
|
try {
|
|
} catch (_: Throwable) {
|
|
<caret>`_`.printStackTrace()
|
|
}
|
|
} |