scope: refuse `&x` where x is a local variable
[nit.git] / tests / test_arr_tos_ropes.nit
index 3f080c1..3165543 100644 (file)
@@ -12,8 +12,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import standard
-intrude import standard::ropes
+import core
+intrude import core::text::ropes
 
 var rp: String = new Concat("xxx", "yyy")
 rp += "zzz"