[vala/0.52] 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.52] tests: Generic type inference for static methods only in compact classes
- Date: Thu, 17 Feb 2022 08:46:58 +0000 (UTC)
commit eaa3c66da7d53f16cf5586eb047b94ef6c415cd5
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]