Idris2/tests/idris2/warning/warning002/expected

19 lines
683 B
Plaintext
Raw Normal View History

2021-11-17 13:41:03 +03:00
1/2: Building Foo (Foo.idr)
2/2: Building Main (Main.idr)
Warning: Deprecation warning: Foo.dep1 is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.dep2 is deprecated and will be removed in a future version.
Just use the string "world" directly from now on.
Warning: Deprecation warning: Foo.dep3 is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.foo is deprecated and will be removed in a future version.
Warning: Deprecation warning: Foo.foo is deprecated and will be removed in a future version.
Foo> Imported module Foo
Foo> =DEPRECATED=
Foo.dep1 : String
Visibility: export
2021-11-17 13:41:03 +03:00
Foo>
Bye for now!