send2terminal icon indicating copy to clipboard operation
send2terminal copied to clipboard

expression detection fails for operator definition

Open holgerbrandl opened this issue 6 years ago • 0 comments

Example

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

which fails with

[20] operator
error: unresolved reference: operator
operator

holgerbrandl avatar Oct 01 '18 22:10 holgerbrandl