ajterr:10002

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ajterr:10002 [2025-02-14 21:21] adminajterr:10002 [2025-08-30 22:27] (current) admin
Line 1: Line 1:
-====== You cannot use the static access operator on a type which is not ''sl.types::type'' (AJTERR10002) ======+====== You cannot use the static access operator on a type which is not sl.types::type (AJTERR10002) ======
  
-^ Product(s) | Product 1; Product 2; |+^ Product(s) | Karo.NET compiler |
  
 ===== Description ===== ===== Description =====
  
-You tried to use the static access operator ('':'') on a property not of type ''sl.types::type''+You tried to use the static access operator ('':'') on a property not of type ''sl.types::type''
 + 
 +<code> 
 +sl.types::string:empty:test; 
 +//                    ^ sl.types::string:empty is not of type "sl.types::type", so using the static access operator on it is invalid. 
 +</code>
  
 ===== How can I resolve this error? ===== ===== How can I resolve this error? =====
Line 11: Line 16:
 //Not specified// //Not specified//
  
-{{tag>AJTERR}}+{{tag>AJTERR KARONETCOMPILER}}
  • ajterr/10002.1739564517.txt.gz
  • Last modified: 2025-02-14 21:21
  • by admin