aboutsummaryrefslogtreecommitdiff
path: root/test/data/functions/genericFunctionWithConstraints.kt
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-12 00:28:14 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-12 00:28:14 +0400
commit2f4e56d77ac72c3f47cd2799094b1b987b0d9522 (patch)
tree3f56b086efcc52de26a4c59f3ec0bd4239cb2bf8 /test/data/functions/genericFunctionWithConstraints.kt
parent1fc5f504c77e98f80c7f6921e26ca7c9463c8bf3 (diff)
downloaddokka-2f4e56d77ac72c3f47cd2799094b1b987b0d9522.tar.gz
dokka-2f4e56d77ac72c3f47cd2799094b1b987b0d9522.tar.bz2
dokka-2f4e56d77ac72c3f47cd2799094b1b987b0d9522.zip
Implement symbol resolution for function body context, class type parameters, add code that checks that all details are resolved.
Diffstat (limited to 'test/data/functions/genericFunctionWithConstraints.kt')
-rw-r--r--test/data/functions/genericFunctionWithConstraints.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/functions/genericFunctionWithConstraints.kt b/test/data/functions/genericFunctionWithConstraints.kt
index 11598ae7..dc7fa3bb 100644
--- a/test/data/functions/genericFunctionWithConstraints.kt
+++ b/test/data/functions/genericFunctionWithConstraints.kt
@@ -2,5 +2,5 @@
/**
* generic function
*/
-fun <T : CharSequence> generic() {
+fun <T : R, R> generic() {
} \ No newline at end of file