Put reification markers came from super object signature
#KT-44770 Fixed #KT-30696 Open
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// KOTLIN_CONFIGURATION_FLAGS: SAM_CONVERSIONS=CLASS
|
||||
// WITH_SIGNATURES
|
||||
// FILE: t.kt
|
||||
|
||||
inline fun <reified T> foo(s: String = "123") {}
|
||||
@@ -0,0 +1,6 @@
|
||||
@kotlin.Metadata
|
||||
public final class<null> TKt {
|
||||
// source: 't.kt'
|
||||
public synthetic final static <<T:Ljava/lang/Object;>(Ljava/lang/String;)V> method foo(p0: java.lang.String): void
|
||||
public synthetic static <null> method foo$default(p0: java.lang.String, p1: int, p2: java.lang.Object): void
|
||||
}
|
||||
Reference in New Issue
Block a user