8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
$x1 = "t1"
|
|
class foo {
|
|
test $x1 {}
|
|
test $x2 {}
|
|
}
|
|
include foo
|
|
$x2 = "t2"
|