Added guards checking to namespaces. Issue #1418.

This commit is contained in:
jurcovicovam
2014-09-05 09:01:56 +02:00
parent 9c7854708b
commit c330c3a4a8
4 changed files with 115 additions and 30 deletions

View File

@@ -91,3 +91,11 @@
.mixin-generated-class {
a: 1;
}
#guarded-caller {
guarded: namespace;
silent: namespace;
guarded: with default;
}
#guarded-deeper {
should: match 1;
}