Adjust stub-builder, decompiler and renderer to new PSI structure
of primary ctor
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
package test
|
||||
|
||||
import dependency.*
|
||||
|
||||
class AnnotationsOnPrimaryCtr [A("a")] private [B(1) C] ()
|
||||
@@ -0,0 +1,5 @@
|
||||
package dependency
|
||||
|
||||
annotation class A(val s: String)
|
||||
annotation class B(val i: Int)
|
||||
annotation class C
|
||||
Reference in New Issue
Block a user