[vala/0.48] tests: Generic type inference for static methods only in compact classes



commit 4964667e36a479a08d1171c781728a532195ba7d
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Jan 30 18:07:23 2022 +0100

    tests: Generic type inference for static methods only in compact classes

 tests/generics/inference-static-function.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/generics/inference-static-function.vala b/tests/generics/inference-static-function.vala
index 4c004bb83..8b4aabcdf 100644
--- a/tests/generics/inference-static-function.vala
+++ b/tests/generics/inference-static-function.vala
@@ -1,3 +1,4 @@
+[Compact]
 class Foo<G> {
        public static G[] bar () {
                return {};


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]