v/vlib/v/checker/tests/incorrect_name_interface.out

3 lines
189 B
Plaintext
Raw Normal View History

vlib/v/checker/tests/incorrect_name_interface.vv:1:1: error: interface name `_MyInterface` must begin with capital letter
2020-05-16 16:12:23 +02:00
1 | interface _MyInterface {}
| ~~~~~~~~~~~~~~~~~~~~~~~~~