Report EXPERIMENTAL_API diagnostics on various implicit usages

#KT-32443 Fixed
#KT-22852 Fixed
This commit is contained in:
Mikhail Glukhikh
2021-05-20 12:20:42 +03:00
committed by teamcityserver
parent d8d38862d9
commit 0a670bf055
17 changed files with 472 additions and 17 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// StackOverflow
val p = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::p<!>
val p = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::<!DEBUG_INFO_MISSING_UNRESOLVED!>p<!><!>
fun foo() = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::foo<!>
fun foo() = <!TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM!>::<!DEBUG_INFO_MISSING_UNRESOLVED!>foo<!><!>