jamesjuett / lobster

Interactive Program Visualization Tools
8 stars 3 forks source link

C++ Bug: Prohibit qualified name on member function declaration. #326

Open jamesjuett opened 2 years ago

jamesjuett commented 2 years ago

This should yield an error:

class Test {
  void Test::foo();
};