[java-decompiler] skips illegal local variable names
This commit is contained in:
7
testData/src/pkg/TestIllegalVarName.kt
Normal file
7
testData/src/pkg/TestIllegalVarName.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package pkg
|
||||
|
||||
class TestIllegalVarName {
|
||||
fun m(`this`: String, `enum`: Int): String {
|
||||
return `this` + '/' + `enum`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user