public class Test { String a = "a", b = ""; void mm() { String c = a, d = b, ololo = "intellij-idea"; } }