blob: 9f2b0a6a6612a29449671857f32fa9a46cabd765 [file]
// 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