Merged tests with inline functions in class and in package.
Now this test also checks situation when several class files with inline functions are emitted from one source file.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package usage
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
inline.f { println("to be inlined") }
|
||||
inline.Klass().f { println("to be inlined") }
|
||||
}
|
||||
Reference in New Issue
Block a user