mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[groovy] delegate info: add default strategy value
This commit is contained in:
+2
-1
@@ -16,5 +16,6 @@
|
||||
package org.jetbrains.plugins.groovy.lang.resolve.delegatesTo
|
||||
|
||||
import com.intellij.psi.PsiType
|
||||
import groovy.lang.Closure
|
||||
|
||||
class DelegatesToInfo(val typeToDelegate: PsiType?, val strategy: Int)
|
||||
class DelegatesToInfo(val typeToDelegate: PsiType?, val strategy: Int = Closure.OWNER_FIRST)
|
||||
|
||||
Reference in New Issue
Block a user