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,9 @@
inline fun <T> bar() { }
inline fun <U, reified V> baz() {}
class Foo {
inline fun <T> bar() { }
inline fun <U, reified V> baz() {}
}