Track changes in inline function when friend paths are disabled in JS
Original commit: d7edbb8dfc
This commit is contained in:
+1
@@ -0,0 +1 @@
|
|||||||
|
fun dummy() {}
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
internal inline fun foo() = 0
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
internal inline fun foo() = 1
|
||||||
+8
@@ -0,0 +1,8 @@
|
|||||||
|
================ Step #1 =================
|
||||||
|
|
||||||
|
Compiling files:
|
||||||
|
src/inline.kt
|
||||||
|
src/usage.kt
|
||||||
|
End of files
|
||||||
|
Exit code: OK
|
||||||
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
fun usage() = foo()
|
||||||
Reference in New Issue
Block a user