Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val x = a + b + other.other
|
||||
a = "aa"
|
||||
b = "bb"
|
||||
other.other = "other.other"
|
||||
}
|
||||
Reference in New Issue
Block a user