Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
package foo
|
||||
|
||||
class DoNotUseConstant {
|
||||
companion object {
|
||||
const val CONSTANT_VALUE = 10
|
||||
fun main() {
|
||||
println("Use local constant: ${CONSTANT_VALUE}")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user