mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
[FIR] Don't render ! at the end of ConeFlexibleType
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public open class TwoSetters : R|kotlin/Any| {
|
||||
public open fun setSize(size: R|ft<kotlin/String, kotlin/String?>!|): R|kotlin/Unit|
|
||||
public open fun setSize(size: R|ft<kotlin/String, kotlin/String?>|): R|kotlin/Unit|
|
||||
|
||||
public open fun setSize(size: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user