From 8d5b71001f0600909d11909acaffa4c2d6f98131 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 11 Feb 2018 20:16:22 -0400 Subject: - Added initial implementation of protocol-based object-oriented programming. --- stdlib/test/tests.lux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index b59e8008a..850abc865 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -69,7 +69,9 @@ (poly ["poly_." eq] ["poly_." functor])) (type ["_." implicit] - (object ["_." interface]) + (object + ["_." interface] + ["_." protocol]) ["_." resource]) (lang ["lang/_." syntax] ["_." type] -- cgit v1.2.3