mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
Move Java-specific part of EnterActionTest to java-tests module
GitOrigin-RevId: 4c83c726cb3cfb95920054b04737ff0f1a88be40
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2413713d2d
commit
87c899d87e
@@ -0,0 +1,12 @@
|
||||
public class A {
|
||||
/**
|
||||
* @param p parameter description
|
||||
* @param t invalid parameter description
|
||||
*/
|
||||
void foo(int p, int q) {}
|
||||
}
|
||||
|
||||
class B extends A {
|
||||
/**<caret>
|
||||
void foo(int p, int q){}
|
||||
}
|
||||
Reference in New Issue
Block a user