Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
import inline1.*
|
||||
|
||||
fun f() = h()
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package inline1
|
||||
|
||||
import inline2.*
|
||||
|
||||
fun g() = root()
|
||||
|
||||
inline fun h() = root()
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package inline1
|
||||
|
||||
import inline2.*
|
||||
|
||||
fun g() = root() + "!"
|
||||
|
||||
inline fun h() = root()
|
||||
jps/jps-plugin/testData/incremental/incrementalJvmCompilerOnly/inlineFunctionSmapStability/build.log
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
================ Step #1 =================
|
||||
Compiling files:
|
||||
src/b.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package inline2
|
||||
|
||||
inline fun root() = "OK"
|
||||
Reference in New Issue
Block a user