mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make types.check public
This commit is contained in:
@ -16,7 +16,7 @@ pub const (
|
||||
)
|
||||
|
||||
|
||||
fn check(got, expected &Type) bool {
|
||||
pub fn check(got, expected &Type) bool {
|
||||
if got.idx != expected.idx {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user