X-Git-Url: http://nitlanguage.org diff --git a/tests/base_notnull.nit b/tests/base_notnull.nit index 133aef1..baae87b 100644 --- a/tests/base_notnull.nit +++ b/tests/base_notnull.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import standard::kernel +import core::kernel class A[E] #alt2# class A[E: Object] type V: nullable Object #alt2# type V: Object