зеркало из https://github.com/mozilla/pluotsorbet.git
Enable final class check.
This commit is contained in:
Родитель
56f4ec662c
Коммит
6fcbbe316b
|
@ -87,6 +87,9 @@ module J2ME {
|
|||
}
|
||||
|
||||
export function isFinalMethod(methodInfo: MethodInfo): boolean {
|
||||
if (isFinalClass(methodInfo.classInfo)) {
|
||||
return true;
|
||||
}
|
||||
// XXX Determine whether we can start using the code in this function.
|
||||
return false;
|
||||
var result = methodInfo.isFinal;
|
||||
|
|
Загрузка…
Ссылка в новой задаче