mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: make use of private enum from outside module an error. (#9821)
This commit is contained in:
@@ -49,7 +49,7 @@ enum Flag {
|
||||
}
|
||||
|
||||
// State represents the state of the websocket connection.
|
||||
enum State {
|
||||
pub enum State {
|
||||
connecting = 0
|
||||
open
|
||||
closing
|
||||
|
Reference in New Issue
Block a user