Track changes in inline function when friend paths are disabled in JS
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun dummy() {}
|
||||
Vendored
+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
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fun usage() = foo()
|
||||
Reference in New Issue
Block a user