Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

// `is` tests against some parameterized interface types are equivalent to a
// weaker test for just the interace. The weaker test is usually more efficient,
// weaker test for just the interface. The weaker test is usually more efficient,
// sometimes being compiled to `instanceof`.

class Base<T extends num> {
Expand Down