Fix NPE in GotoSuperActionHandler.java (EA-77295)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// FILE: before.kt
|
||||
fun test() {
|
||||
val a = { <caret>a: Int -> 1}
|
||||
}
|
||||
// FILE: after.kt
|
||||
fun test() {
|
||||
val a = { <caret>a: Int -> 1}
|
||||
}
|
||||
Reference in New Issue
Block a user