Search code examples
javajls

Java "fresh type variable"


What does "fresh type variable" mean in the JLS Conversions and Promotions chapter?


Solution

  • Fresh is the common designation for a variable that must not have been used before.