blob: f6f1f22ea9f9d95fc573e592ab80815d6a835243 [file] [log] [blame]
class A{
static int x = 3;
}
print "x = $<spot>A.x</spot>;"