Module
definition
module Example {
class OneTwoThree extends int {
OneTwoThree() {
this = 1 or this = 2 or this = 3
}
}
}class OneTwoThree extends int {
OneTwoThree() {
this = 1 or this = 2 or this = 3
}
}Last updated