Remove lint
This commit is contained in:
+5
-3
@@ -6,9 +6,11 @@
|
||||
* @return {?} Any return.
|
||||
*/
|
||||
export function abstract() {
|
||||
return /** @type {?} */ ((function () {
|
||||
throw new Error('Unimplemented abstract method.');
|
||||
})());
|
||||
return /** @type {?} */ (
|
||||
(function () {
|
||||
throw new Error('Unimplemented abstract method.');
|
||||
})()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user