mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
[FIR] Render nullability in type renderer, not in fir renderer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
public open class JavaBeanVal : R|kotlin/Any| {
|
||||
public open operator fun getColor(): R|ft<kotlin/String, kotlin/String?>|!
|
||||
public open operator fun getColor(): R|ft<kotlin/String, kotlin/String?>!|
|
||||
|
||||
public constructor(): R|test/JavaBeanVal|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user