WASM: fix bug in generating virtual table in some cases

This commit is contained in:
Alexey Andreev 2016-09-17 20:18:59 +03:00
parent 0a00551af1
commit 033e57e7e7

View File

@ -84,7 +84,7 @@ public class InterfaceToClassMapping {
}
}
return a;
return firstPath.get(0);
}
private static List<String> pathToRoot(ClassReaderSource classSource, String className) {