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

Original commit: d7edbb8dfc
This commit is contained in:
Alexey Tsvetkov
2017-12-22 05:58:08 +03:00
parent f3e8e3e591
commit e5147e3000
5 changed files with 12 additions and 0 deletions
@@ -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