Intention to convert a member to an extension

This commit is contained in:
Andrey Breslav
2013-08-26 20:27:27 +04:00
parent acfb85e3fd
commit c02f0a7d04
52 changed files with 472 additions and 3 deletions
@@ -0,0 +1,3 @@
abstract class Owner<T> {
fun <caret>f<R>(t: T, r: R): R = t
}