aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out')
-rw-r--r--v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out b/v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out
new file mode 100644
index 0000000..2017a6f
--- /dev/null
+++ b/v_windows/v/old/vlib/v/checker/tests/method_generic_infer_err.out
@@ -0,0 +1,6 @@
+vlib/v/checker/tests/method_generic_infer_err.vv:9:7: error: could not infer generic type `T` in call to `func`
+ 7 | fn main() {
+ 8 | data := Data{}
+ 9 | data.func()
+ | ~~~~~~
+ 10 | } \ No newline at end of file