Fix rendering of platform type for value parameters
#KT-63979 Fixed
This commit is contained in:
committed by
Space Team
parent
fe1e2b8b34
commit
a3c1f4ea12
+2
@@ -1,5 +1,7 @@
|
||||
open fun hello()
|
||||
|
||||
open fun <T : kotlin.Any!> method(vararg classes: java.lang.Class<out (T & kotlin.Any..T?)>!)
|
||||
|
||||
@java.lang.Override
|
||||
open fun getActualRandomNumber(): kotlin.Int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user