KT-21928 Structure view doesn't show default constructor
This commit is contained in:
committed by
Nikolay Krasko
parent
3178dee759
commit
9fad40b586
@@ -3,10 +3,13 @@
|
||||
-A2
|
||||
a: Int
|
||||
b: [ERROR : Annotation is absent]
|
||||
constructor A2(Int, [ERROR : Type annotation was missing for parameter b] = ...)
|
||||
-A3
|
||||
a: Int
|
||||
b: String
|
||||
constructor A3(Int)
|
||||
-A4
|
||||
constructor A4(T?)
|
||||
t: T?
|
||||
-A5
|
||||
Inner1
|
||||
@@ -39,3 +42,4 @@
|
||||
withDefaulArgs(Int = ..., String = ...): Unit
|
||||
-WithDefaultArgs
|
||||
a: Int
|
||||
constructor WithDefaultArgs(Int = ..., String = ...)
|
||||
|
||||
Reference in New Issue
Block a user