[KT-4124] Add support for super<T>@Outer.functionName() case

This commit is contained in:
Alexey Andreev
2016-02-11 20:04:19 +03:00
parent 9e0e734021
commit c705fafc95
7 changed files with 56 additions and 56 deletions
+2 -1
View File
@@ -125,7 +125,8 @@ var Kotlin = {};
property = staticProperties[p];
if (typeof property === "function" && typeof property.type !== "undefined" && property.type === Kotlin.TYPE.INIT_FUN) {
metadata.types[p] = property;
} else {
}
else {
metadata.staticMembers[p] = property;
}
}