From 6fd34fe523376fab9daa88b436f601680940e875 Mon Sep 17 00:00:00 2001 From: Andreas Stadelmeier Date: Tue, 23 Nov 2021 01:10:38 +0100 Subject: [PATCH] Add hint to index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 9764bd5..b13b7b9 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,10 @@
+

+ Hint: The type inference algorithm processes one class at a time and starts with the first declared class. + Classes can therefore only use methods from classes declared before them. +

Credit: the CSS style sheet of this page was shamelessly stolen from the Simple-sub demo page.