6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
include foo
|
|
class foo {
|
|
test $x1 {}
|
|
}
|
|
$x1 = "t1"
|
include foo
|
|
class foo {
|
|
test $x1 {}
|
|
}
|
|
$x1 = "t1"
|