From a878ffc5f8d71848db3f400bc3ebd40176c19973 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 22 Jul 2017 18:09:53 -0400 Subject: - Changed inheritance syntax for interfaces and classes to make it more homogeneous. --- stdlib/source/lux/paradigm/object/inheritance.lux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdlib/source') diff --git a/stdlib/source/lux/paradigm/object/inheritance.lux b/stdlib/source/lux/paradigm/object/inheritance.lux index 9b384fd1d..d3eef515d 100644 --- a/stdlib/source/lux/paradigm/object/inheritance.lux +++ b/stdlib/source/lux/paradigm/object/inheritance.lux @@ -104,6 +104,6 @@ (|> reference (p;after (s;this (' )))))] - [extension #extends] - [inheritance #inherits] + [extension #super] + [inheritance #super] ) -- cgit v1.2.3