contracts: change the contract syntax
[nit.git] / tests / base_types_nullable_formal_and_virtual.nit
index 97942ee..57ace7c 100644 (file)
@@ -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
+enum Bool end
 class A
        type T: A
        var t: T = self