7 lines
86 B
Text
7 lines
86 B
Text
import tree;
|
|
|
|
fn void test()
|
|
{
|
|
Tree(<int>) inttree;
|
|
inttree.replace_all(3);
|
|
}
|