Add another package part with inline to multi-module inline test
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
package usage
|
||||
|
||||
fun useG() {
|
||||
inline.g { println("to be inlined") }
|
||||
}
|
||||
Reference in New Issue
Block a user