Files
kotlin-fork/compiler
Mikhail Zarechenskiy 6086cd2cf4 Prohibit non-const expressions through varargs in annotations
Fixes #KT-23153 for Kotlin 1.3

 The problem was in the type check of expression type against expected type. When feature `AssigningArraysToVarargsInNamedFormInAnnotations` (KT-20171) appeared, expected type could be wrong, which led to failed type check
2018-03-22 04:03:04 +03:00
..
2018-03-16 16:26:14 +03:00
2018-03-20 22:44:29 +03:00
2018-03-20 20:39:17 +03:00