Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Issue 8806033: Add test for Frog native class with same native name as interface. (Closed)

Created:
9 years ago by sra1
Modified:
9 years ago
Reviewers:
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add test for Frog native class with same native name as interface. This pattern is needed for several DOM classes since DOMWindow, History and Location all need to have different implementations for in-page and cross-page. Frog needs to know that "native '*I'" means that the name I must be avoided by all other generated constructs. BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=2110

Patch Set 1 #

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -0 lines) Patch
M tests/language/language.status View 1 1 chunk +1 line, -0 lines 0 comments Download
A tests/language/src/NativeLibrarySameNameUsedFrogTest.dart View 1 chunk +42 lines, -0 lines 0 comments Download
A tests/language/src/NativeLibrarySameNameUsedLib1.dart View 1 chunk +14 lines, -0 lines 0 comments Download
A tests/language/src/NativeLibrarySameNameUsedLib2.dart View 1 chunk +14 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698