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