mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
adding Char to QuickDirtyLint
This commit is contained in:
@@ -21,6 +21,7 @@ fun main() {
|
||||
// comparison: exact match
|
||||
"Z",
|
||||
"B",
|
||||
"C",
|
||||
"S",
|
||||
"I",
|
||||
"J",
|
||||
@@ -36,6 +37,7 @@ fun main() {
|
||||
"Ljava/lang/String", // includes ZipCodedStr
|
||||
"Ljava/lang/Boolean",
|
||||
"Ljava/lang/Byte",
|
||||
"Ljava/lang/Character",
|
||||
"Ljava/lang/Short",
|
||||
"Ljava/lang/Integer",
|
||||
"Ljava/lang/Long",
|
||||
|
||||
Reference in New Issue
Block a user