From 8c5826400391295bfd685b657a6857ba9605437c Mon Sep 17 00:00:00 2001 From: Inkrementator <70717315+Inkrementator@users.noreply.github.com> Date: Sun, 9 Apr 2023 01:51:55 +0200 Subject: [PATCH] alias this for classes has been deprecated --- gems/subtyping.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/gems/subtyping.md b/gems/subtyping.md index 8800081..7c65a2e 100644 --- a/gems/subtyping.md +++ b/gems/subtyping.md @@ -23,8 +23,6 @@ in terms of memory or runtime. The compiler makes sure to do the right thing when accessing the `alias this` member. -`alias this` work with classes too. - ## {SourceCode} ```d