sourcemod/sourcepawn/compiler/tests/fail-method-name-too-long.sp

8 lines
118 B
SourcePawn
Raw Normal View History

methodmap ThisNameIsReallyLongWowItsVeryLong {
public ThisNameIsReallyLongWowItsVeryLong() {
}
}
public main() {
}