marregui / kotlin-koans

My own little project to keep my kotlin skills sharp, as well as to have fun in my own time.
Apache License 2.0
0 stars 0 forks source link

Fix compiler warning in class Type #26

Closed marregui closed 4 years ago

marregui commented 4 years ago

Investigate/resolve:

> Task :compileKotlin
w: /Users/marregui/workspace/kotlin-koans/src/main/kotlin/kotlinkoans/timestamp/Type.kt: (59, 25): The corresponding parameter in the supertype 'MutableIterator' is named 'other'. This may cause problems when calling this function with named arguments.