Skip to content

Commit

Permalink
mas symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Mar 16, 2022
1 parent 5cfa889 commit 7a57c2d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions generator/test/generator_test_io/not_a_realm_type.log
@@ -1,15 +1,15 @@
Not a realm type

in: asset:pkg/test/generator_test_io/not_a_realm_type.dart:9:8
,
5 | class NonRealm {}
| ========
... |
7 | @RealmModel()
8 | class _Bad {
| ==== in realm model for 'Bad'
9 | late NonRealm notARealmType;
| ^^^^^^^^ NonRealm is not a realm model type
'
5 class NonRealm {}
━━━━━━━━
...
7 @RealmModel()
8 class _Bad {
━━━━ in realm model for 'Bad'
9 late NonRealm notARealmType;
^^^^^^^^ NonRealm is not a realm model type
Add a @RealmModel annotation on 'NonRealm', or an @Ignored annotation on 'notARealmType'.

0 comments on commit 7a57c2d

Please sign in to comment.