psi2ir: Java annotations have no primary constructor
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
FILE fqName:<root> fileName:/javaAnnotation.kt
|
||||
FUN name:test1 visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
annotations:
|
||||
CALL 'constructor JavaAnn(String = ..., Int = ...)' type=JavaAnn origin=null
|
||||
BLOCK_BODY
|
||||
FUN name:test2 visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
annotations:
|
||||
CALL 'constructor JavaAnn(String = ..., Int = ...)' type=JavaAnn origin=null
|
||||
value: CONST String type=kotlin.String value=abc
|
||||
i: CONST Int type=kotlin.Int value=123
|
||||
BLOCK_BODY
|
||||
FUN name:test3 visibility:public modality:FINAL <> () returnType:Unit flags:
|
||||
annotations:
|
||||
CALL 'constructor JavaAnn(String = ..., Int = ...)' type=JavaAnn origin=null
|
||||
value: CONST String type=kotlin.String value=abc
|
||||
i: CONST Int type=kotlin.Int value=123
|
||||
BLOCK_BODY
|
||||
Reference in New Issue
Block a user