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