holgerbrandl / send2terminal

Intellij plugin to send line or selection to terminal
BSD 2-Clause "Simplified" License
17 stars 2 forks source link

expression detection fails for operator definition #6

Open holgerbrandl opened 6 years ago

holgerbrandl commented 6 years ago

Example

operator fun File.div(fileName: String) = this.resolve(fileName)

which fails with

[20] operator
error: unresolved reference: operator
operator