We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c667f commit fd1978cCopy full SHA for fd1978c
1 file changed
public/tiny_mappings.js
@@ -27,7 +27,7 @@ export class Mappings {
27
find(name) {
28
let type = name.split("_")[0].split("/").pop()
29
switch (type) {
30
- case "c":
+ case "C":
31
return this.classes.get(name)
32
case "m":
33
return this.methods.get(name)
0 commit comments