代码搜索:CASE
找到约 10,000 项符合「CASE」的源代码
代码结果 10,000
www.eeworm.com/read/159030/5588705
case16
class Program {
void main() {
int mpd[2]; // array decl in function
}
}
www.eeworm.com/read/159030/5588706
case30
class Program {
void main() {
x = 1 + - 1; // should succeed
}
}
www.eeworm.com/read/159030/5588707
case24
class Program {
void main() {
x = -2147483648; // should SUCCEED
}
}
www.eeworm.com/read/159030/5588709
case15
class Program {
void main(int a, b) { // no param type for 2nd param
}
}
www.eeworm.com/read/159030/5588711
case31
class Program {
void main() {
x = 1 - + 1; // should fail
}
}