mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
Add test
This commit is contained in:
parent
85ea473ff3
commit
20b21d3259
@ -75,3 +75,12 @@ class C8 {
|
||||
"b": number;
|
||||
0: number;
|
||||
}
|
||||
|
||||
// No strict initialization checks for abstract members
|
||||
|
||||
abstract class C9 {
|
||||
abstract a: number;
|
||||
abstract b: number | undefined;
|
||||
abstract c: number | null;
|
||||
abstract d?: number;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user