]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Generic type inference for static methods only in compact classes
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 30 Jan 2022 17:07:23 +0000 (18:07 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 9 Feb 2022 21:24:45 +0000 (22:24 +0100)
tests/generics/inference-static-function.vala

index 4c004bb83cae379bdeaa1a8b3e3be12a5101dc3b..8b4aabcdf790158aa1ab2cc87830b19cff2e5063 100644 (file)
@@ -1,3 +1,4 @@
+[Compact]
 class Foo<G> {
        public static G[] bar () {
                return {};