mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[Parameter Name Hints] do not show in exception constructors
This commit is contained in:
+16
@@ -57,6 +57,22 @@ class Groo {
|
||||
onLineStartingWith("configure(testNow").assertNoInlays()
|
||||
}
|
||||
|
||||
|
||||
fun `test do not show for Exceptions`() {
|
||||
setup("""
|
||||
class Fooo {
|
||||
|
||||
public void test() {
|
||||
Throwable t = new IllegalStateException("crime");
|
||||
}
|
||||
|
||||
}
|
||||
""")
|
||||
|
||||
onLineStartingWith("Throw").assertNoInlays()
|
||||
}
|
||||
|
||||
|
||||
fun `test show hint for single string literal if there is multiple string params`() {
|
||||
setup("""class Groo {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user