blob: 1b3bd35c24642ce9e0b0150e107ac25c39c56889 [file] [log] [blame]
// !LANGUAGE: +InlineClasses
inline class Foo(val b: Bar)
inline class Bar(val i: Int)
object Test {
fun simple(f: Foo) {}
fun listOfFoo(f: List<Foo>) {}
}
// method: Test::simple-GWb7d6U
// jvm signature: (I)V
// generic signature: null
// method: Test::listOfFoo
// jvm signature: (Ljava/util/List;)V
// generic signature: (Ljava/util/List<LFoo;>;)V