Test no psi stub mismatch for light classes with suspend in overloads
IdeCompiledLightClassTestGenerated is relevant.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// A
|
||||
class A {
|
||||
fun foo(p1: P?, p2: P?) {}
|
||||
fun foo(listener: suspend RS.(P?, P?) -> Unit) {}
|
||||
}
|
||||
|
||||
interface P
|
||||
interface RS
|
||||
Reference in New Issue
Block a user