зеркало из https://github.com/mozilla/pluotsorbet.git
mark ambiguous code
This commit is contained in:
Родитель
62007bd2fc
Коммит
bc56b09f8a
|
@ -85,6 +85,7 @@ module J2ME {
|
||||||
|
|
||||||
export var yieldVirtualMap = {
|
export var yieldVirtualMap = {
|
||||||
// These can technically yield but are worth the risk.
|
// These can technically yield but are worth the risk.
|
||||||
|
// XXX Determine the current status of this item.
|
||||||
// "java/lang/Object.equals.(Ljava/lang/Object;)Z": YieldReason.None
|
// "java/lang/Object.equals.(Ljava/lang/Object;)Z": YieldReason.None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -98,6 +99,7 @@ module J2ME {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function isFinalMethod(methodInfo: MethodInfo): boolean {
|
export function isFinalMethod(methodInfo: MethodInfo): boolean {
|
||||||
|
// XXX Determine whether we can start using the code in this function.
|
||||||
return false;
|
return false;
|
||||||
var result = methodInfo.isFinal;
|
var result = methodInfo.isFinal;
|
||||||
if (!result) {
|
if (!result) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче