"Remove redundant backticks": Fix false positive for underscore
#KT-28592 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
84222afe2f
commit
d00236d366
@@ -0,0 +1,8 @@
|
||||
// PROBLEM: none
|
||||
|
||||
fun test() {
|
||||
try {
|
||||
} catch (_: Throwable) {
|
||||
<caret>`_`.printStackTrace()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user