Use LanguageFeatureSettings instead of custom option for bound callable references

This commit is contained in:
Alexander Udalov
2016-05-27 19:16:08 +03:00
parent 7240a8df6c
commit d90b40c661
8 changed files with 67 additions and 9 deletions
@@ -15,6 +15,6 @@ data class User(val surname: String)
fun foo() {
bar<String> {
<!UNUSED_EXPRESSION!>User::surname<!>
<!UNUSED_EXPRESSION!><!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>User<!>::<!OVERLOAD_RESOLUTION_AMBIGUITY!>surname<!><!>
}
}