kotlin-koans-edu-obsolete icon indicating copy to clipboard operation
kotlin-koans-edu-obsolete copied to clipboard

Operators overloading

Open semperos opened this issue 9 years ago • 0 comments

IntelliJ IDEA 2016.2.1
Build #IC-162.1447.26, built on August 2, 2016
JRE: 1.8.0_76-release-b216 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

Kotlin Version: 1.0.3-release-IJ2016.1-120
Edu Kotlin Version: 1.0.11

The solution for task2 in the "Operators overloading" lesson does not compile. I can't see a problem from the source itself, but with the versions shown above I have to fully qualify the DAY enum member as TimeInterval.DAY. With that specified, the file compiles and the solution passes.

Any ideas?

semperos avatar Aug 09 '16 01:08 semperos