More tests for generating methods from different caret positions
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
trait Some {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
class Other {
|
||||
fun test() {
|
||||
val a = 1<caret>
|
||||
}
|
||||
fun otherTest() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user