X-Git-Url: http://nitlanguage.org diff --git a/tests/base_types_nullable.nit b/tests/base_types_nullable.nit index 60bfe48..dd6e9c9 100644 --- a/tests/base_types_nullable.nit +++ b/tests/base_types_nullable.nit @@ -11,9 +11,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - import end - +interface Object +end class A var a: A = self var na: nullable A = self