[vala/0.48] tests: Generic type inference for static methods only in compact classes
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.48] tests: Generic type inference for static methods only in compact classes
- Date: Thu, 17 Feb 2022 08:47:06 +0000 (UTC)
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]