Skip to content

Commit

Permalink
fix comment, clean file
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Oct 16, 2021
1 parent 793d2bc commit 9891d66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/ScalaAdvance/LowerBounds1/demo1.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package ScalaAdvance.LowerBounds1
* 3) consider ` T >: A`, if T is not "A family" (e.g. not parent/child class of A)
* -> scala will treat ALL OF T as `Object` class
*
* 2) Lower bounds in java
* 4) Lower bounds in java
* - T super A
* ( or ? super A) (general form)
* -> T is A's parent class
Expand Down
50 changes: 0 additions & 50 deletions src/main/scala/ScalaAdvance/UpperBounds1/demo2.scala

This file was deleted.

0 comments on commit 9891d66

Please sign in to comment.