Removed incorrect type for built-in test `void.void` from both test cases

entity_declaration_type_checking
Tristan B. V. Kildaire 2021-04-26 10:02:46 +02:00
parent 6185f8847c
commit 2fdb584c65
2 changed files with 2 additions and 2 deletions

View File

@ -455,7 +455,7 @@ class clazz2 : bruh
}
}
void.void pdsjhfjdsf(int j)
void pdsjhfjdsf(int j)
{
}

View File

@ -455,7 +455,7 @@ class clazz2 : bruh
}
}
void.void pdsjhfjdsf(int j)
void pdsjhfjdsf(int j)
{
}