Rebuilding dependent modules.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package c
|
||||
|
||||
inline fun c(body: () -> Unit) {
|
||||
b.b { println("to be inlined into b") }
|
||||
body()
|
||||
}
|
||||
Reference in New Issue
Block a user