Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
fun test() {
|
||||
oldInlineFun()
|
||||
}
|
||||
|
||||
inline
|
||||
private fun oldInlineFun() {
|
||||
println("oldInlineFun")
|
||||
}
|
||||
Reference in New Issue
Block a user