pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-15
2014-08-15 13:59:45 by Martin Nilsson <nilsson@opera.com>
218176b1383c0cf58feb5b8ea9b2b0a46af139ce (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
static is now deprecated, as per the very long term plan.
997:
return catch { Builtin.__Backtrace_Tester__(); }[1][-1][2]; ]], Builtin.__Backtrace_Tester__)
+
test_compile_warning([[
+
class A { static int foo = 1; int bar() { return foo; } }
+
]])
+
test_any([[ // Test multiple inherit of same symbol, // where later symbol is protected.
2961:
class A {
-
static
string foo = "bar";
+
protected
string foo = "bar";
}; string to_compile=#"