KT-11018 Ctrl + Mouse Hover shows a var as val
#KT-11018 Fixed
This commit is contained in:
+6
-6
@@ -19,17 +19,17 @@ class A3 {
|
||||
//public object A1 defined in root package
|
||||
//private constructor A1() defined in A1
|
||||
//private constructor A1(x: kotlin.Int = ..., y: kotlin.Int) defined in A1
|
||||
//value-parameter val x: kotlin.Int = ... defined in A1.<init>
|
||||
//value-parameter val y: kotlin.Int defined in A1.<init>
|
||||
//value-parameter x: kotlin.Int = ... defined in A1.<init>
|
||||
//value-parameter y: kotlin.Int defined in A1.<init>
|
||||
//public object A2 defined in root package
|
||||
//public constructor A2(prop: kotlin.Int) defined in A2
|
||||
//value-parameter val prop: kotlin.Int defined in A2.<init>
|
||||
//value-parameter prop: kotlin.Int defined in A2.<init>
|
||||
//private constructor A2(x: kotlin.Int = ..., y: kotlin.Int) defined in A2
|
||||
//value-parameter val x: kotlin.Int = ... defined in A2.<init>
|
||||
//value-parameter val y: kotlin.Int defined in A2.<init>
|
||||
//value-parameter x: kotlin.Int = ... defined in A2.<init>
|
||||
//value-parameter y: kotlin.Int defined in A2.<init>
|
||||
//public final class A3 defined in root package
|
||||
//public constructor A3() defined in A3
|
||||
//public companion object B defined in A3
|
||||
//private constructor B(prop: kotlin.Int) defined in A3.B
|
||||
//value-parameter val prop: kotlin.Int defined in A3.B.<init>
|
||||
//value-parameter prop: kotlin.Int defined in A3.B.<init>
|
||||
//public constructor B() defined in A3.B
|
||||
|
||||
Reference in New Issue
Block a user