fix some file extensions
This commit is contained in:
parent
68f8f3e56b
commit
f3a896c724
789 changed files with 91 additions and 62 deletions
|
|
@ -1,4 +0,0 @@
|
|||
var i := 123; // inferred type of i is Integer
|
||||
var s := 'abc'; // inferred type of s is String
|
||||
var o := TObject.Create; // inferred type of o is TObject
|
||||
var s2 := o.ClassName; // inferred type of s2 is String as that's the type returned by ClassName
|
||||
Loading…
Add table
Add a link
Reference in a new issue