Add quickfix for adding 'inline' to a function with reified generic #KT-6975 Fixed

This commit is contained in:
shiraji
2016-08-11 23:56:45 +03:00
committed by Mikhail Glukhikh
parent 6cf90cfc4e
commit 3e58283d7e
5 changed files with 61 additions and 0 deletions
@@ -0,0 +1,5 @@
// "Add 'inline' modifier" "true"
inline fun <reified T> fn() {
}