Open holgerbrandl opened 6 years ago
Example
operator fun File.div(fileName: String) = this.resolve(fileName)
which fails with
[20] operator error: unresolved reference: operator operator
Example
which fails with