KT-11018 Ctrl + Mouse Hover shows a var as val
#KT-11018 Fixed
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_TYPES: kotlin.Int
|
||||
// PARAM_DESCRIPTOR: value-parameter val a: kotlin.Int defined in bar.foo
|
||||
// PARAM_DESCRIPTOR: value-parameter val b: kotlin.Int defined in bar.foo
|
||||
// PARAM_DESCRIPTOR: value-parameter a: kotlin.Int defined in bar.foo
|
||||
// PARAM_DESCRIPTOR: value-parameter b: kotlin.Int defined in bar.foo
|
||||
fun bar(n: Int) {
|
||||
fun foo(a: Int, b: Int) = { <selection>a + b - n</selection> - 1 }.invoke()
|
||||
}
|
||||
Reference in New Issue
Block a user