зеркало из https://github.com/mozilla/pluotsorbet.git
Be conservative about final methods until we fully test the algorithm.
This commit is contained in:
Родитель
19d2e2bc26
Коммит
2bb3f92de3
|
@ -98,6 +98,7 @@ module J2ME {
|
|||
}
|
||||
|
||||
export function isFinalMethod(methodInfo: MethodInfo): boolean {
|
||||
return false;
|
||||
var result = methodInfo.isFinal;
|
||||
if (!result) {
|
||||
var classInfo = methodInfo.classInfo;
|
||||
|
|
Загрузка…
Ссылка в новой задаче