We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0c7c2 commit e4cc8f8Copy full SHA for e4cc8f8
LanguageFeatures/Inline-classes/composing_inline_classes_A05_t05.dart
@@ -11,7 +11,7 @@
11
/// the two declarations of m are distinct declarations, and DV does not declare
12
/// a member named m.
13
///
14
-/// @description Checks that it is no an error if an inline class declaration
+/// @description Checks that it is not an error if an inline class declaration
15
/// `DV` has two superinterfaces `V1` and `V2`, where both `V1` and `V2` have
16
/// the same declaration named `m`
17
/// @author sgrekhov22@gmail.com
@@ -31,6 +31,7 @@ inline class V2 implements V3 {
31
}
32
33
inline class V3 {
34
+ final int id = 0;
35
num foo() => 42;
36
37
0 commit comments