Restructure bytecode listing tests on InlineOnly/inline+reified
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
@file:[JvmName("Foo") JvmMultifileClass]
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
"".extProp
|
||||
}
|
||||
|
||||
inline val <reified Z> Z.extProp: String
|
||||
get() = "123"
|
||||
Reference in New Issue
Block a user