Restructure bytecode listing tests on InlineOnly/inline+reified

This commit is contained in:
Alexander Udalov
2019-04-11 17:08:43 +03:00
parent 1c6ce208a6
commit b42adcd73d
17 changed files with 122 additions and 56 deletions
@@ -0,0 +1,11 @@
// WITH_RUNTIME
@file:[JvmName("Foo") JvmMultifileClass]
package test
fun foo() {
"".extProp
}
inline val <reified Z> Z.extProp: String
get() = "123"