Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJackson Schuster <36744439+jtschuster@users.noreply.github.com>2022-06-16 20:20:27 +0300
committerGitHub <noreply@github.com>2022-06-16 20:20:27 +0300
commit4bed0da43ed3686ba7f0a5f106e788be32e0b1b3 (patch)
treee504ad67a91260dd581e4a8001a00eba6f16b4ba /docs
parent226107b9117b9d166e38dd00e30f9ab54399e658 (diff)
Revert "Re-add static interface trimming with more testing (#2791)" (#2841)
This reverts commit ff646e0ba4f5b919af854ec73dcee6c4903c3def.
Diffstat (limited to 'docs')
-rw-r--r--docs/removal-behavior.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/removal-behavior.md b/docs/removal-behavior.md
index e4e53be10..994b1d32e 100644
--- a/docs/removal-behavior.md
+++ b/docs/removal-behavior.md
@@ -42,7 +42,7 @@ public class Program
### Method call on a constrained type parameter
-On a call to a static abstract interface method that is accessed through a constrained type parameter, the interface method is kept, as is every implementation method on every kept type.
+On a call to a static abstract interface method that is accessed through a constrained type parameter, the interface method is rooted, as well as every implementation method on every type.
Example: