test / Foo
data class Foo
| <init> | Foo() |
Foo()
| x | val x: Int |
val x: Int
| bar | fun bar(notInlined: () -> Unit): Unit |
fun bar(notInlined: () -> Unit): Unit