mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
[jvm-lang] extract ExpectedParameter to separate file
This commit is contained in:
@@ -17,7 +17,6 @@ package com.intellij.lang.jvm.actions
|
||||
|
||||
import com.intellij.lang.jvm.JvmModifier
|
||||
import com.intellij.lang.jvm.types.JvmSubstitutor
|
||||
import com.intellij.psi.codeStyle.SuggestedNameInfo
|
||||
|
||||
interface CreateMethodRequest {
|
||||
|
||||
@@ -35,5 +34,3 @@ interface CreateMethodRequest {
|
||||
|
||||
val targetSubstitutor: JvmSubstitutor
|
||||
}
|
||||
|
||||
typealias ExpectedParameter = Pair<SuggestedNameInfo, ExpectedTypes>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.lang.jvm.actions
|
||||
|
||||
import com.intellij.psi.codeStyle.SuggestedNameInfo
|
||||
|
||||
typealias ExpectedParameter = Pair<SuggestedNameInfo, ExpectedTypes>
|
||||
Reference in New Issue
Block a user