Intentions: Implement "Introduce local variable" intention
#KT-11768 Fixed
This commit is contained in:
Vendored
+1
@@ -2,5 +2,6 @@
|
||||
// ERROR: Too many arguments for public constructor G() defined in G
|
||||
// ACTION: Convert to block body
|
||||
// ACTION: Create function 'G'
|
||||
// ACTION: Introduce local variable
|
||||
|
||||
fun test() = G(<caret>1)
|
||||
Reference in New Issue
Block a user