Roll src/third_party/WebKit f36d5e0:68b67cd (svn 193299:193303)
[chromium-blink-merge.git] / tools / clang / plugins / tests / virtual_bodies.txt
blob121d1a96aab5cf53d00f012cac39ff36f143ef7d
1 In file included from virtual_bodies.cpp:5:
2 ./virtual_bodies.h:17:36: warning: [chromium-style] virtual methods with non-empty bodies shouldn't be declared inline.
3   virtual bool ComplainAboutThis() { return true; }
4                                    ^
5 1 warning generated.