We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4858f4d commit 6844e79Copy full SHA for 6844e79
mlir/test/lib/Dialect/Test/TestOps.td
@@ -3186,8 +3186,8 @@ def TestOpWithProperties : TEST_Op<"with_properties"> {
3186
StrAttr:$b, // Attributes can directly be used here.
3187
StringProp:$c,
3188
BoolProp:$flag,
3189
- IntArrayProp<I64Prop>:$array, // example of an array
3190
- IntArrayProp<I32Prop>:$array32 // example of an array
+ IntArrayProp<I64Prop>:$array, // Example of an array.
+ IntArrayProp<I32Prop>:$array32 // Example of an array.
3191
);
3192
}
3193
0 commit comments