Containing declaration for TypeAliasConstructorDescriptor

is a corresponding TypeAliasDescriptor.
This commit is contained in:
Dmitry Petrov
2016-09-15 12:05:32 +03:00
committed by Dmitry Petrov
parent 1cc7f19d10
commit b31ab729de
8 changed files with 61 additions and 39 deletions
@@ -3,5 +3,5 @@
typealias Exn = java.lang.Exception
fun test() {
throw <!NO_COMPANION_OBJECT!>Exn<!>
throw <!FUNCTION_CALL_EXPECTED!>Exn<!>
}