"Remove redundant backticks": Fix false positive for yield #KT-25968 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
362e6863ac
commit
b34f32d4f3
@@ -0,0 +1,7 @@
|
||||
// PROBLEM: none
|
||||
|
||||
fun test() {
|
||||
foo(<caret>`yield` = 1)
|
||||
}
|
||||
|
||||
fun foo(yield: Int) {}
|
||||
Reference in New Issue
Block a user