ConvertReferenceToLambda status refactoring

Intention is not registered now; inspection is enabled by default now,
 but has highlight level of "No highlighting"
This commit is contained in:
Mikhail Glukhikh
2017-05-04 09:40:13 +03:00
parent 759e6643c6
commit 382bf9a500
7 changed files with 2 additions and 13 deletions
@@ -1,7 +1,6 @@
// "Create parameter 'foo'" "false"
// ACTION: Rename reference
// ACTION: Create function 'foo'
// ACTION: Convert reference to lambda
// ERROR: Unresolved reference: foo
fun test(f: (Int) -> Int) {}