Removed incorrect type for built-in test `void.void` from both test cases
parent
6185f8847c
commit
2fdb584c65
|
@ -455,7 +455,7 @@ class clazz2 : bruh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void.void pdsjhfjdsf(int j)
|
void pdsjhfjdsf(int j)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -455,7 +455,7 @@ class clazz2 : bruh
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void.void pdsjhfjdsf(int j)
|
void pdsjhfjdsf(int j)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue