mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
IG: don't warn on call to .formatted() when qualifier contains %n (IDEA-284569)
GitOrigin-RevId: e1b9a826f67e0209f82810ed19f907b2d0161605
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4c25f88d51
commit
df2af98547
@@ -14,5 +14,8 @@ class Main {
|
||||
String s1 = new String("""
|
||||
%s, %s!
|
||||
""").formatted("Hello", "World");
|
||||
String s = (/* 1 */ new /* 2 */ String(/* 3 */"""
|
||||
Hello, World!%n
|
||||
"""/* 4 */)/* 5 */)./* 6 */formatted();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user