-
-
Notifications
You must be signed in to change notification settings - Fork 690
Expand file tree
/
Copy pathoverride-typeparam-mismatch.json
More file actions
13 lines (13 loc) · 1009 Bytes
/
override-typeparam-mismatch.json
File metadata and controls
13 lines (13 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"asc_flags": [],
"stderr": [
"AS241: An interface or abstract method 'foo' cannot have type parameters.",
"AS241: An interface or abstract method 'baz' cannot have type parameters.",
"TS2515: Non-abstract class 'override-typeparam-mismatch/CC' does not implement inherited abstract member 'foo' from 'override-typeparam-mismatch/I'.",
"TS2515: Non-abstract class 'override-typeparam-mismatch/DD' does not implement inherited abstract member 'bar' from 'override-typeparam-mismatch/J'.",
"TS2515: Non-abstract class 'override-typeparam-mismatch/C2' does not implement inherited abstract member 'foo' from 'override-typeparam-mismatch/I2'.",
"TS2515: Non-abstract class 'override-typeparam-mismatch/FF' does not implement inherited abstract member 'baz' from 'override-typeparam-mismatch/A1'.",
"TS2515: Non-abstract class 'override-typeparam-mismatch/GG' does not implement inherited abstract member 'qux' from 'override-typeparam-mismatch/A2'.",
"EOF"
]
}