Fix rendering of platform type for value parameters
#KT-63979 Fixed
This commit is contained in:
committed by
Space Team
parent
fe1e2b8b34
commit
a3c1f4ea12
Vendored
+1
-1
@@ -15,7 +15,7 @@ val name: kotlin.String
|
||||
|
||||
val ordinal: kotlin.Int
|
||||
|
||||
fun getDeclaringClass(): (java.lang.Class<test.E!>..java.lang.Class<test.E!>?)
|
||||
fun getDeclaringClass(): java.lang.Class<test.E!>!
|
||||
|
||||
fun finalize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user