Skip to content

Commit

Permalink
Move TODO, see #216
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 29, 2020
1 parent 7fb40b3 commit 5a7f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/types/IOType.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class IOType {
assert && assert( !this.typeName.includes( '.' ), 'Dots should not appear in type names' );

// Validate that parametric types look as expected
// REVIEW: What about EmitterIO<> that has no parameter types? See https://github.com/phetsims/tandem/issues/211
// REVIEW: What about EmitterIO<> that has no parameter types? See https://github.com/phetsims/tandem/issues/216
// if ( this.typeName.includes( '<' ) ) {
// assert && assert( this.parameterTypes.length > 0,
// 'angle bracket notation is only used for parametric IO Types that have parameter IO Types' );
Expand Down

0 comments on commit 5a7f0c3

Please sign in to comment.