JET-180 Rename typeof to typeinfo, type or make it a function
This commit is contained in:
@@ -3,5 +3,5 @@ class Point() {
|
||||
|
||||
fun foo() : typeinfo.TypeInfo<Point> {
|
||||
val p = Point();
|
||||
return typeof(p);
|
||||
return typeinfo.typeinfo<Point>(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user