Track changes in inline function when friend paths are disabled in JS

This commit is contained in:
Alexey Tsvetkov
2017-12-22 05:58:08 +03:00
parent a4d122478b
commit d7edbb8dfc
10 changed files with 151 additions and 32 deletions
@@ -0,0 +1 @@
fun dummy() {}
@@ -0,0 +1 @@
internal inline fun foo() = 0
@@ -0,0 +1 @@
internal inline fun foo() = 1
@@ -0,0 +1,8 @@
================ Step #1 =================
Compiling files:
src/inline.kt
src/usage.kt
End of files
Exit code: OK
@@ -0,0 +1 @@
fun usage() = foo()