We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102c02d commit 9888fe5Copy full SHA for 9888fe5
compiler/test/fail_compilation/issue22147.d
@@ -10,7 +10,7 @@ struct T
10
{
11
}
12
13
-void main()
+void test()
14
15
auto result = 10 / T(); // int / T requires opBinaryRight on T
16
0 commit comments