KT-7377 Throwable: Empty PSI elements should not be passed to createDescriptor from UnusedReceiverParameterInspection

#KT-7377 fixed
This commit is contained in:
Evgeny Gerashchenko
2015-04-09 19:20:15 +03:00
parent e3bdc18aea
commit 508c7a58b6
5 changed files with 83 additions and 1 deletions
@@ -0,0 +1,9 @@
class Clazz(foo: String) {
val foo = foo
val
}
fun main(args: Array<String>) {
System.setProperty("java.awt.headless", "true")
}