KT-11018 Ctrl + Mouse Hover shows a var as val
#KT-11018 Fixed
This commit is contained in:
+5
-5
@@ -13,11 +13,11 @@ interface A2 private constructor(private val prop: Int) {
|
||||
//public interface A1 defined in root package
|
||||
//public constructor A1() defined in A1
|
||||
//public 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 interface A2 defined in root package
|
||||
//private 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>
|
||||
//public 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>
|
||||
|
||||
Reference in New Issue
Block a user