FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ public abstract interface CustomAnnotation : R|kotlin/Any| {
|
||||
public constructor(value: R|test/CustomAnnotation.MyEnum|): R|test/CustomAnnotation.MyAnnotation|
|
||||
|
||||
}
|
||||
public final enum class MyEnum : R|kotlin/Enum<ft<test/CustomAnnotation.MyEnum, test/CustomAnnotation.MyEnum?>>| {
|
||||
public final enum class MyEnum : R|kotlin/Enum<test/CustomAnnotation.MyEnum!>| {
|
||||
public final static enum entry ONE: R|@EnhancedNullability test/CustomAnnotation.MyEnum|
|
||||
public final static fun values(): R|kotlin/Array<test/CustomAnnotation.MyEnum>| {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user