1 2 3 4 5 6
data class Foo { inline fun bar([noinline] notInlined: () -> Unit) { } inline val x: Int }