@@ -48,8 +48,8 @@ export class Subclass
48
48
// relationship implementation reference syntax 1.0.0 src/`overload.d.ts`/Overloader#onLiteral().
49
49
// ^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
50
50
throw new Error ( 'Method not implemented.' + param )
51
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
52
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
51
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
52
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
53
53
// ^^^^^ reference syntax 1.0.0 src/`inheritance.ts`/Subclass#onLiteral().(param)
54
54
}
55
55
property = 'property'
@@ -60,29 +60,29 @@ export class Subclass
60
60
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#overrideMethod().
61
61
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/Superclass#overrideMethod().
62
62
throw new Error ( 'Method not implemented.' )
63
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
64
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
63
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
64
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
65
65
}
66
66
public intermediateOverrideMethod ( ) : string {
67
67
// ^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateOverrideMethod().
68
68
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperclass#intermediateOverrideMethod().
69
69
throw new Error ( 'Method not implemented.' )
70
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
71
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
70
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
71
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
72
72
}
73
73
public interfaceMethod ( ) : string {
74
74
// ^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#interfaceMethod().
75
75
// relationship implementation reference syntax 1.0.0 src/`reusable-types.ts`/Superinterface#interfaceMethod().
76
76
throw new Error ( 'Method not implemented.' )
77
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
78
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
77
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
78
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
79
79
}
80
80
public intermediateInterfaceMethod ( ) : string {
81
81
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`inheritance.ts`/Subclass#intermediateInterfaceMethod().
82
82
// relationship implementation reference syntax 1.0.0 src/`inheritance.ts`/IntermediateSuperinterface#intermediateInterfaceMethod().
83
83
throw new Error ( 'Method not implemented.' )
84
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
85
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
84
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
85
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
86
86
}
87
87
}
88
88
export const objectLiteralImplementation : Superinterface = {
@@ -93,8 +93,8 @@ export const objectLiteralImplementation: Superinterface = {
93
93
interfaceMethod : ( ) : string => {
94
94
//^^^^^^^^^^^^^^^ reference syntax 1.0.0 src/`reusable-types.ts`/Superinterface#interfaceMethod().
95
95
throw new Error ( 'Function not implemented.' )
96
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error#
97
- // ^^^^^ reference typescript 5.3.3 lib/`lib.es5.d.ts`/Error.
96
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error#
97
+ // ^^^^^ reference typescript 5.6.2 lib/`lib.es5.d.ts`/Error.
98
98
} ,
99
99
}
100
100
0 commit comments