Use "final" instead of marking method virtual in override (NFC)
authorMehdi Amini <aminim@google.com>
Sun, 8 Sep 2019 01:56:39 +0000 (18:56 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 8 Sep 2019 01:57:19 +0000 (18:57 -0700)
commitcbb6f09ce8416e8752dffe17641400b547eb71ca
tree09367ce40472ea76cf67b88100fa623a97ccf197
parent6443583bfd9ca8d1934c5ab240dc11b44c7cc0d4
Use "final" instead of marking method virtual in override (NFC)

This is the only example for overriding this interface in the repo, let's
try to make it right as it may be taken as a reference when implemented in
other dialects

PiperOrigin-RevId: 267811123
mlir/test/lib/TestDialect/TestDialect.cpp