rpc icon indicating copy to clipboard operation
rpc copied to clipboard

error when doing pub build

Open jorishermans opened this issue 9 years ago • 1 comments

When I use angular2 in combination with rpc I got following error:

packages\rpc\src\parser.dart 'case' expression type 'TypeImpl' overrides 'operator ==' case int: ^^^

jorishermans avatar Jan 17 '16 18:01 jorishermans

I found that importing rpc.dart in my messages.dart file caused that compile error; omitting it makes everything compile.

patricklam avatar Jan 08 '17 16:01 patricklam