FIR LC: use optimal type mapping mode for return type
This commit is contained in:
committed by
Ilya Kirillov
parent
d3c34fa200
commit
0da9ef873a
+3
-1
@@ -6,4 +6,6 @@ class PlatformTypes {
|
||||
fun simplyPlatform() = Collections.singletonList("")[0]
|
||||
fun bothNullable() = Collections.emptyList<String>() ?: null
|
||||
fun bothNotNull() = Collections.emptyList<String>()!!
|
||||
}
|
||||
}
|
||||
|
||||
// FIR_COMPARISON
|
||||
|
||||
Reference in New Issue
Block a user