Optimize type checking for common cases
- Type equality for simple constructors (no arguments) - Subtyping on final classes
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package localObjects {
|
||||
~x~val x : Int
|
||||
}
|
||||
|
||||
class Foo {
|
||||
open class Foo {
|
||||
~foo()~fun foo() : Int
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user