mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
add more tests GitOrigin-RevId: 671729c6a760a7b8aae4d39a51f5d8afc830a0ff
6 lines
208 B
Java
6 lines
208 B
Java
import com.intellij.openapi.project.Project;
|
|
import kotlinx.coroutines.CoroutineScope
|
|
|
|
public class My<caret>ExtensionTwoParameters {
|
|
public MyExtensionTwoParameters(Project project, CoroutineScope cs) {}
|
|
} |