[K1, K2] Use safe names when accessing to type parameters

^KT-57529 Fixed
This commit is contained in:
Ivan Kochurkin
2023-11-07 17:06:55 +01:00
parent 3188f01720
commit 64db96eda3
8 changed files with 42 additions and 3 deletions
@@ -0,0 +1,8 @@
// FIR_IDENTICAL
// ISSUE: KT-57529
fun <<!SYNTAX!>break<!>> foo() {}
fun test(){
foo<String>()
}