[LC] merge ultraLightFacades tests to lightClassByPsi

This commit is contained in:
Dmitrii Gridin
2022-12-22 14:59:33 +01:00
committed by teamcity
parent 3b739d9a44
commit 3e36e51920
54 changed files with 376 additions and 313 deletions
@@ -0,0 +1,12 @@
open fun bar(a: Int, b:Any, c:Foo): Unit {}
internal fun bar2(a: Sequence, b: Unresolved) {}
private fun bar3(x: Foo.Inner, vararg y: Inner) = "str"
fun bar4() = 42
public fun nullableVararg(vararg o: Any?): Unit
operator fun plus(increment: Int): Foo {}
fun String.onString(a: (Int) -> Any?): Foo {}
external fun externalFun(a: Int): String { return "" }
// COMPILATION_ERRORS