FIR: introduce flexible types pretty rendering for no arguments case
#KT-52020 Fixed
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
public final enum class Enum : R|kotlin/Enum<ft<test/Enum, test/Enum?>>| {
|
||||
public final enum class Enum : R|kotlin/Enum<test/Enum!>| {
|
||||
public final static enum entry A: R|@EnhancedNullability test/Enum|
|
||||
public final static enum entry B: R|@EnhancedNullability test/Enum|
|
||||
public final static enum entry C: R|@EnhancedNullability test/Enum|
|
||||
@@ -11,7 +11,7 @@ public final enum class Enum : R|kotlin/Enum<ft<test/Enum, test/Enum?>>| {
|
||||
public open inner class Inner : R|kotlin/Any| {
|
||||
public/*package*/ open fun bar(): R|kotlin/Unit|
|
||||
|
||||
public/*package*/ open fun valueOf(s: R|ft<kotlin/String, kotlin/String?>|): R|kotlin/Unit|
|
||||
public/*package*/ open fun valueOf(s: R|kotlin/String!|): R|kotlin/Unit|
|
||||
|
||||
public test/Enum.constructor(): R|test/Enum.Inner|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user