Restructure bytecode listing tests on InlineOnly/inline+reified
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
@file:[JvmName("Foo") JvmMultifileClass]
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
inlineReified<String>()
|
||||
}
|
||||
|
||||
public inline fun <reified T> inlineReified() {}
|
||||
Reference in New Issue
Block a user