mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-27 01:30:35 +08:00
WASM: fix bug in generating virtual table in some cases
This commit is contained in:
parent
0a00551af1
commit
033e57e7e7
@ -84,7 +84,7 @@ public class InterfaceToClassMapping {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return a;
|
return firstPath.get(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static List<String> pathToRoot(ClassReaderSource classSource, String className) {
|
private static List<String> pathToRoot(ClassReaderSource classSource, String className) {
|
||||||
|
Loading…
Reference in New Issue
Block a user